home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / admin / linuxcon.000 / linuxcon / linuxconf-1.6 / xconf / xconf.h < prev    next >
C/C++ Source or Header  |  1996-07-31  |  212b  |  19 lines

  1. #pragma interface
  2. #ifndef XCONF_H
  3. #define XCONF_H
  4.  
  5. #include "config.h"
  6.  
  7. #include "../dialog/dialog.h"
  8. #include <stdio.h>
  9.  
  10. class XCONFIG;
  11. class COMPONENTS;
  12. class NOTICE;
  13. class ACTION;
  14.  
  15. #include "xconf.p"
  16.  
  17. #endif
  18.  
  19.